Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Resources Namespace / Common<R> Class / ResourceManager Property

In This Topic
    ResourceManager Property (Common<R>)
    In This Topic
    Loads resource managers for the application and the assembly.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ResourceManager As C1.Silverlight.Resources.Common.S(Of R)
    public static C1.Silverlight.Resources.Common.S<R> ResourceManager {get;}
    See Also